3.2.22 \(\int \sqrt {a \sin (e+f x)} (b \tan (e+f x))^{3/2} \, dx\) [122]

Optimal. Leaf size=84 \[ -\frac {4 b^2 E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {a \sin (e+f x)}}{f \sqrt {\cos (e+f x)} \sqrt {b \tan (e+f x)}}+\frac {2 b \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f} \]

[Out]

-4*b^2*(cos(1/2*f*x+1/2*e)^2)^(1/2)/cos(1/2*f*x+1/2*e)*EllipticE(sin(1/2*f*x+1/2*e),2^(1/2))*(a*sin(f*x+e))^(1
/2)/f/cos(f*x+e)^(1/2)/(b*tan(f*x+e))^(1/2)+2*b*(a*sin(f*x+e))^(1/2)*(b*tan(f*x+e))^(1/2)/f

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 84, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {2674, 2681, 2719} \begin {gather*} \frac {2 b \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f}-\frac {4 b^2 E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {a \sin (e+f x)}}{f \sqrt {\cos (e+f x)} \sqrt {b \tan (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[a*Sin[e + f*x]]*(b*Tan[e + f*x])^(3/2),x]

[Out]

(-4*b^2*EllipticE[(e + f*x)/2, 2]*Sqrt[a*Sin[e + f*x]])/(f*Sqrt[Cos[e + f*x]]*Sqrt[b*Tan[e + f*x]]) + (2*b*Sqr
t[a*Sin[e + f*x]]*Sqrt[b*Tan[e + f*x]])/f

Rule 2674

Int[((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[b*(a*Sin[e +
 f*x])^m*((b*Tan[e + f*x])^(n - 1)/(f*(n - 1))), x] - Dist[b^2*((m + n - 1)/(n - 1)), Int[(a*Sin[e + f*x])^m*(
b*Tan[e + f*x])^(n - 2), x], x] /; FreeQ[{a, b, e, f, m}, x] && GtQ[n, 1] && IntegersQ[2*m, 2*n] &&  !(GtQ[m,
1] &&  !IntegerQ[(m - 1)/2])

Rule 2681

Int[((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[Cos[e + f*x]
^n*((b*Tan[e + f*x])^n/(a*Sin[e + f*x])^n), Int[(a*Sin[e + f*x])^(m + n)/Cos[e + f*x]^n, x], x] /; FreeQ[{a, b
, e, f, m, n}, x] &&  !IntegerQ[n] && (ILtQ[m, 0] || (EqQ[m, 1] && EqQ[n, -2^(-1)]) || IntegersQ[m - 1/2, n -
1/2])

Rule 2719

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{
c, d}, x]

Rubi steps

\begin {align*} \int \sqrt {a \sin (e+f x)} (b \tan (e+f x))^{3/2} \, dx &=\frac {2 b \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f}-\left (2 b^2\right ) \int \frac {\sqrt {a \sin (e+f x)}}{\sqrt {b \tan (e+f x)}} \, dx\\ &=\frac {2 b \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f}-\frac {\left (2 b^2 \sqrt {a \sin (e+f x)}\right ) \int \sqrt {\cos (e+f x)} \, dx}{\sqrt {\cos (e+f x)} \sqrt {b \tan (e+f x)}}\\ &=-\frac {4 b^2 E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {a \sin (e+f x)}}{f \sqrt {\cos (e+f x)} \sqrt {b \tan (e+f x)}}+\frac {2 b \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 0.22, size = 83, normalized size = 0.99 \begin {gather*} \frac {2 b \left (\cos ^2(e+f x)^{3/4}-\cos ^2(e+f x) \, _2F_1\left (\frac {1}{4},\frac {1}{2};\frac {3}{2};\sin ^2(e+f x)\right )\right ) \sqrt {a \sin (e+f x)} \sqrt {b \tan (e+f x)}}{f \cos ^2(e+f x)^{3/4}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a*Sin[e + f*x]]*(b*Tan[e + f*x])^(3/2),x]

[Out]

(2*b*((Cos[e + f*x]^2)^(3/4) - Cos[e + f*x]^2*Hypergeometric2F1[1/4, 1/2, 3/2, Sin[e + f*x]^2])*Sqrt[a*Sin[e +
 f*x]]*Sqrt[b*Tan[e + f*x]])/(f*(Cos[e + f*x]^2)^(3/4))

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.35, size = 328, normalized size = 3.90

method result size
default \(-\frac {2 \left (2 i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \EllipticF \left (\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}, i\right ) \sin \left (f x +e \right ) \cos \left (f x +e \right )-2 i \EllipticE \left (\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}, i\right ) \sin \left (f x +e \right ) \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \cos \left (f x +e \right )+2 i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \EllipticF \left (\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}, i\right ) \sin \left (f x +e \right )-2 i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \EllipticE \left (\frac {i \left (\cos \left (f x +e \right )-1\right )}{\sin \left (f x +e \right )}, i\right ) \sin \left (f x +e \right )-\left (\cos ^{2}\left (f x +e \right )\right )+2 \cos \left (f x +e \right )-1\right ) \cos \left (f x +e \right ) \sqrt {a \sin \left (f x +e \right )}\, \left (\frac {b \sin \left (f x +e \right )}{\cos \left (f x +e \right )}\right )^{\frac {3}{2}}}{f \sin \left (f x +e \right )^{3}}\) \(328\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*sin(f*x+e))^(1/2)*(b*tan(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

-2/f*(2*I*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*EllipticF(I*(cos(f*x+e)-1)/sin(f*x+e),I)*
sin(f*x+e)*cos(f*x+e)-2*I*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*cos(f*x+e)*sin(f*x+e)*Ell
ipticE(I*(cos(f*x+e)-1)/sin(f*x+e),I)+2*I*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*EllipticF
(I*(cos(f*x+e)-1)/sin(f*x+e),I)*sin(f*x+e)-2*I*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*sin(
f*x+e)*EllipticE(I*(cos(f*x+e)-1)/sin(f*x+e),I)-cos(f*x+e)^2+2*cos(f*x+e)-1)*cos(f*x+e)*(a*sin(f*x+e))^(1/2)*(
b*sin(f*x+e)/cos(f*x+e))^(3/2)/sin(f*x+e)^3

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^(1/2)*(b*tan(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

integrate(sqrt(a*sin(f*x + e))*(b*tan(f*x + e))^(3/2), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.10, size = 107, normalized size = 1.27 \begin {gather*} \frac {2 \, {\left (\sqrt {2} \sqrt {-a b} b {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (f x + e\right ) + i \, \sin \left (f x + e\right )\right )\right ) + \sqrt {2} \sqrt {-a b} b {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (f x + e\right ) - i \, \sin \left (f x + e\right )\right )\right ) + \sqrt {a \sin \left (f x + e\right )} b \sqrt {\frac {b \sin \left (f x + e\right )}{\cos \left (f x + e\right )}}\right )}}{f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^(1/2)*(b*tan(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

2*(sqrt(2)*sqrt(-a*b)*b*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(f*x + e) + I*sin(f*x + e))) + sq
rt(2)*sqrt(-a*b)*b*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(f*x + e) - I*sin(f*x + e))) + sqrt(a*
sin(f*x + e))*b*sqrt(b*sin(f*x + e)/cos(f*x + e)))/f

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))**(1/2)*(b*tan(f*x+e))**(3/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 5008 deep

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^(1/2)*(b*tan(f*x+e))^(3/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Simplification assuming sageVARa near 0Simplification assuming sageVARf near 0Simplification assuming sageV
ARx near 0S

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \sqrt {a\,\sin \left (e+f\,x\right )}\,{\left (b\,\mathrm {tan}\left (e+f\,x\right )\right )}^{3/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*sin(e + f*x))^(1/2)*(b*tan(e + f*x))^(3/2),x)

[Out]

int((a*sin(e + f*x))^(1/2)*(b*tan(e + f*x))^(3/2), x)

________________________________________________________________________________________